Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Aug 17, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Other


Description

  • Update Microsoft Edge driver version from 139.0.3405.86 to 139.0.3405.102

  • Update SHA256 checksums for Linux and macOS Edge drivers


Diagram Walkthrough

flowchart LR
  A["Edge Driver 139.0.3405.86"] --> B["Edge Driver 139.0.3405.102"]
  B --> C["Updated Linux SHA256"]
  B --> D["Updated macOS SHA256"]
Loading

File Walkthrough

Relevant files
Dependencies
repositories.bzl
Update Edge driver version and checksums                                 

common/repositories.bzl

  • Updated Edge driver URL from version 139.0.3405.86 to 139.0.3405.102
  • Updated SHA256 checksums for both Linux and macOS Edge drivers
+4/-4     

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Aug 17, 2025
@qodo-merge-pro
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns

Supply chain integrity:
Updating third-party binary URLs and checksums can introduce risk if the hashes are incorrect or the source is compromised. Verify hashes against the vendor’s site and consider pinning via verified signatures if available.

⚡ Recommended focus areas for review

Checksum Verification

Ensure the updated SHA256 values for Linux and macOS archives match the official Microsoft EdgeDriver 139.0.3405.102 releases to prevent fetch failures or supply-chain risks.

        url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_linux64.zip",
        sha256 = "e092178901c011ccfddc0556193742a01f206d71b5bb1a12cc1ba7a243262fc2",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["msedgedriver"])

js_library(
    name = "msedgedriver-js",
    data = ["msedgedriver"],
)
""",
    )

    http_archive(
        name = "mac_edgedriver",
        url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_mac64.zip",
        sha256 = "98aa637081061ea610c1f70be09fdea6b5f5b3a46c94a87ca291e2285bad1328",
URL/Archive Name

Confirm the platform-specific archive filenames and URLs (linux64, mac64) are correct for 139.0.3405.102 and align with expected CPU architectures for your build targets.

        url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_linux64.zip",
        sha256 = "e092178901c011ccfddc0556193742a01f206d71b5bb1a12cc1ba7a243262fc2",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["msedgedriver"])

js_library(
    name = "msedgedriver-js",
    data = ["msedgedriver"],
)
""",
    )

    http_archive(
        name = "mac_edgedriver",
        url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_mac64.zip",
        sha256 = "98aa637081061ea610c1f70be09fdea6b5f5b3a46c94a87ca291e2285bad1328",

@qodo-merge-pro
Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@diemol diemol merged commit 359c309 into trunk Aug 17, 2025
36 checks passed
@diemol diemol deleted the pinned-browser-updates branch August 17, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations Possible security concern Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants